Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-4274 | GEN006280 | SV-35116r1_rule | ECLP-1 | Medium |
Description |
---|
Excessive permissions on the hosts.nntp.nolimit file may allow unauthorized modification which could lead to Denial of Service to authorized users or provide access to unauthorized users. |
STIG | Date |
---|---|
HP-UX 11.31 Security Technical Implementation Guide | 2016-12-20 |
Check Text ( C-34960r1_chk ) |
---|
Check hosts.nntp.nolimit permissions. # find / -type f -name hosts.nntp.nolimit | xargs -n1 ls -lL If hosts.nntp.nolimit has a mode more permissive than 0600, this is a finding. |
Fix Text (F-30264r1_fix) |
---|
Change the mode of hosts.nntp.nolimit to 0600. # chmod 0600 |